flat-file

[flat-fahyl] /ˈflætˈfaɪl/
adjective
1.
noting or pertaining to a database system in which each database consists of a single file not linked to any other file.
Origin
1980-85
flat file in Technology
operating system, storage
A single file containing flat ASCII representing or encoding some structure, e.g. a database, tree or network.
Flat files can be processed with general purpose tools such as Perl and text editors but are less efficient than binary files if they must be parsed repeatedly by a program. Flat files are more portable between different operating systems and application programs than binary files, and are more easily transmitted in electronic mail.
See also flatten, sharchive.
[Jargon File]
(1996-01-26)